<%@ Page language="vb" Src="StoredProcVB.aspx.vb" AutoEventWireup="false" Inherits="ado_net_by_example.StoredProcVB" %>
<html>
<head>
</head>
<body>
<form method="post" runat="server">
<h1>Number of Authors From California</h1>
<asp:label id=Label1 runat=Server></asp:label>
</form>
</body>
</html>